Kubernetes Fundamentals by Unknown
Author:Unknown
Language: eng
Format: epub
Chapter 5 ObjeCts ImpOrtant FOr a seCure Kubernetes Cluster
But the clear disadvantage of working with the default or only one
namespace is that you cannot take advantage of distributing resources
based on a defined strategy and implementing resource quotas and limits.
Do All Kubernetes Resources Fall Under
Some Namespace?
No, not all Kubernetes resources fall under some namespace. Some high-
level objects, such as nodes and persistent volumes, do not fall under any
category. All low-level objects such as pods, jobs, cron jobs, services, etc.,
fall under some namespace.
How to Check Which Resources Are in a Namespace
And Which Are Not?
You can use the following commands to list the objects that fall under a
namespace and that do not fall under a namespace:
⢠kubectl api-resources --namespaced=true
⢠kubectl api-resources --namespaced=false
The first command will list those resources that fall under a
namespace, and the second command will list those resources that do not
fall under a namespace.
In Figure 5-18 you can see that objects such as nodes, namespaces, persistent volumes, etc., do not fall under any namespace.
Figure 5-18. Execution logs depicting the objects that do not fall
under a namespace
184
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
AI & Machine Learning | Bioinformatics |
Computer Simulation | Cybernetics |
Human-Computer Interaction | Information Theory |
Robotics | Systems Analysis & Design |
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8261)
Test-Driven Development with Java by Alan Mellor(6397)
Data Augmentation with Python by Duc Haba(6297)
Principles of Data Fabric by Sonia Mezzetta(6073)
Hadoop in Practice by Alex Holmes(5942)
Learn Blender Simulations the Right Way by Stephen Pearson(5932)
Microservices with Spring Boot 3 and Spring Cloud by Magnus Larsson(5818)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(5787)
RPA Solution Architect's Handbook by Sachin Sahgal(5213)
Big Data Analysis with Python by Ivan Marin(5182)
Life 3.0: Being Human in the Age of Artificial Intelligence by Tegmark Max(5108)
The Infinite Retina by Robert Scoble Irena Cronin(4905)
Pretrain Vision and Large Language Models in Python by Emily Webber(4158)
Functional Programming in JavaScript by Mantyla Dan(4022)
The Age of Surveillance Capitalism by Shoshana Zuboff(3917)
Infrastructure as Code for Beginners by Russ McKendrick(3916)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3620)
Embracing Microservices Design by Ovais Mehboob Ahmed Khan Nabil Siddiqui and Timothy Oleson(3433)
Applied Machine Learning for Healthcare and Life Sciences Using AWS by Ujjwal Ratan(3405)
